var testing.testlog

8 uses

	testing (current package)
		testing.go#L479: 	testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
		testing.go#L512: 	testlog              *string
		testing.go#L2537: 	if *testlog != "" {
		testing.go#L2543: 			f, err = os.Create(*testlog)
		testing.go#L2545: 			f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
		testing.go#L2577: 	if *testlog != "" {
		testing.go#L2579: 			fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
		testing.go#L2583: 			fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)